home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / patch / README < prev   
Encoding:
Text File  |  2009-11-02  |  2.4 KB  |  56 lines

  1. This version of `patch' has many changes made by the Free Software Foundation.
  2. They add support for:
  3.  * handling arbitrary binary data and large files
  4.  * the unified context diff format that GNU diff can produce
  5.  * merging into files instead of creating reject files
  6.  * making GNU Emacs-style backup files
  7.  * improved interaction with RCS and SCCS
  8.  * the GNU conventions for option parsing and configuring and compilation.
  9.  * better POSIX compliance
  10. They also fix some bugs.  See the NEWS and ChangeLog files for details.
  11.  
  12. Tutorial-style documentation for patch is included in the GNU
  13. Diffutils package; get GNU Diffutils 2.8 or later for up-to-date
  14. documentation for patch.
  15.  
  16. For GNU and Unix build and installation instructions, see the file INSTALL.
  17. Use `configure --disable-largefile' to disable large file support;
  18. this is reportedly necessary on Red Hat GNU/Linux 6.0 to avoid a C library bug.
  19. For MS-DOS using DJGPP tools, see the file pc/djgpp/README.
  20. For other systems, copy config.hin to config.h and change
  21. #undef statements in it to #define as appropriate for your system,
  22. and copy Makefile.in to Makefile and set the variables that are
  23. enclosed in @ signs as appropriate for your system.
  24.  
  25. Please send bug reports for this version of patch to
  26. <bug-patch@gnu.org>.
  27.  
  28. The Free Software Foundation is distributing this version of patch
  29. independently because as of this writing, Larry Wall has not released a
  30. new version of patch since mid-1988.  We have heard that he has been
  31. too busy working on other things, like Perl.  He has graciously agreed
  32. to let GNU `patch' be distributed under the terms of the GNU General
  33. Public License.
  34.  
  35. ------
  36.  
  37. Copyright (C) 1984, 1985, 1986, 1987, 1988 Larry Wall
  38.  
  39. Copyright (C) 1989, 1990, 1991, 1992, 1993, 1997, 1999, 2002, 2009
  40. Free Software Foundation, Inc.
  41.  
  42. This program is free software: you can redistribute it and/or modify
  43. it under the terms of the GNU General Public License as published by
  44. the Free Software Foundation; either version 2, or (at your option)
  45. any later version.
  46.  
  47. This program is distributed in the hope that it will be useful,
  48. but WITHOUT ANY WARRANTY; without even the implied warranty of
  49. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  50. See the GNU General Public License for more details.
  51.  
  52. You should have received a copy of the GNU General Public License
  53. along with this file; see the file COPYING.
  54. If not, write to the Free Software Foundation,
  55. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  56.